Don't forget to read the readme for the favoriteAnims.xml line. It's necessary to add.

Place this line into FavoriteAnims.xml in your menyooStuff folder.

	<Anim dict="anim@female_couple_05" name="f_couple_05_clip" />
	<Anim dict="anim@male_couple_05" name="m_couple_05_clip" />
	<Anim dict="anim@female_couple_06" name="f_couple_06_clip" />
	<Anim dict="anim@male_couple_06" name="m_couple_06_clip" />
	<Anim dict="anim@female_couple_07" name="f_couple_07_clip" />
	<Anim dict="anim@male_couple_07" name="m_couple_07_clip" />



Install using Jennie's Custom Anims mod. Get it here:
https://www.gta5-mods.com/misc/custom-animations-add-on-customanims

Make sure you follow their guidelines on how to install that mod properly and how to install animations using it.



FOR DPEMOTES USERS ON FIVEM: 

NOTE: FOR PROP PLACEMENT, FOLLOW THIS TUTORIAL:
https://forum.cfx.re/t/how-to-menyoo-to-dpemotes-conversion-streaming-custom-add-on-props/4775018

Place the ycd file into this folder:

resources/dpemotes-master/streams

Then copy this line into your AnimationList.lua

["fcouple5"] = {"anim@female_couple_05", "f_couple_05_clip", "Female Couple 05 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["mcouple5"] = {"anim@male_couple_05", "m_couple_05_clip", "Male Couple 05 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["fcouple6"] = {"anim@female_couple_06", "f_couple_06_clip", "Female Couple 06 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["mcouple6"] = {"anim@male_couple_06", "m_couple_06_clip", "Male Couple 06 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["fcouple7"] = {"anim@female_couple_07", "f_couple_07_clip", "Female Couple 07 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["mcouple7"] = {"anim@male_couple_07", "m_couple_07_clip", "Male Couple 07 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

